翻訳と辞書 |
Flat Assembler : ウィキペディア英語版 | FASM
FASM (''flat assembler'') in computing is an assembler. It supports programming in Intel-style assembly language on the IA-32 and x86-64 computer architectures. It claims high speed, size optimizations, operating system (OS) portability, and macro abilities.〔(【引用サイトリンク】title=Flat Assembler Programmer's Manual )〕〔 It is a low-level assembler〔 and intentionally uses very few command-line options (see SSSO principle). It is free and open source software. All versions of FASM can directly output any of the following: flat "raw" binary (usable also as DOS COM executable or SYS driver), objects: Executable and Linkable Format (ELF) or Common Object File Format (COFF) (classic or MS-specific), or executables in either MZ, ELF, or Portable Executable (PE) format (including WDM drivers, allows custom MZ DOS stub). An unofficial port targeting the ARM architecture ((FASMARM )) also exists.〔(【引用サイトリンク】title=FASMARM )〕 == History == The project was started in 1999 by Tomasz Grysztar, a.k.a. ''Privalov'', at that time, an undergraduate student of mathematics from Poland. It was released publicly in March 2000.〔(【引用サイトリンク】title=Interview with Privalov the author of FASM )〕 FASM is completely written in assembly language and comes with full source. It is self-hosting and has been able to assemble itself since version 0.90 (May 4, 1999). It has been used to write several operating systems including MenuetOS〔(【引用サイトリンク】title=MenuetOS )〕 and DexOS.〔(【引用サイトリンク】title=DexOS FAQ )〕
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「FASM」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|